dreamweaver.selectAll()

Availability 3.0
Description Performs a Select All operation in the active document window or the Site window; or, on the Macintosh, the edit field that has focus in a dialog box or floating palette.
Note: If the operation takes place in the active document, in most cases it selects all content in the active document. In some cases (for example, when the insertion point is inside a table), however, it selects only part of the active document. To set the selection to the entire document, use dom.setSelection().
Arguments None.
Returns Nothing.
Enabler dreamweaver.canSelectAll()